home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / tools / reqtools / install / install_1.3 < prev    next >
Text File  |  1995-08-25  |  865b  |  43 lines

  1.  
  2. ; Script file to install reqtools.library 38 on Kickstart 1.2/1.3
  3.  
  4. FailAt 20
  5.  
  6. Version >NIL: exec.library 37
  7. If NOT WARN
  8.     Echo "*nYour Amiga has Kickstart 2.0 or higher in ROM."
  9.     Echo "Please run the install script for Workbench 2.0 or"
  10.     Echo "one of the install scripts for Workbench 2.1 or higher."
  11.     Skip END
  12. EndIf
  13.  
  14. Echo "*nreqtools.library Installation Script*n"
  15. Version >NIL: LIBS:reqtools.library
  16. If NOT ERROR
  17.     Echo "Version of reqtools.library already installed:"
  18.     Version LIBS:reqtools.library
  19.     Echo ""
  20. EndIf
  21.  
  22. Ask "Install Kickstart 1.2/1.3 version of reqtools.library (38.388) ?"
  23. If NOT WARN
  24.     Skip Aborted
  25. EndIf
  26.  
  27. Copy /libs13/reqtools.library LIBS:reqtools.library
  28. Echo "*nreqtools.library copied to your Libs: directory."
  29.  
  30. Lab INSTALLED
  31.  
  32. Echo "Installation complete.*n"
  33. Skip END
  34.  
  35. Lab ABORTED
  36.  
  37. Echo "*nInstallation aborted!*n"
  38.  
  39. Lab END
  40.  
  41. Wait 5
  42. EndCLI >NIL:
  43.